@media (max-width: 576px) {
  .footer-section .link-container {
    margin-top: 15%;
  }
}

@media (max-width: 450px) {
  .footer-section .link-container {
    margin-top: 30%;
  }
}

.footer-section .footer-background {
  	background: var(--color-petrol);
	color: var(--color-petrol-30);
	font-size: .75em;
}

.footer-section .navbar-brand img {
	max-width: 150px;
}

.footer-section .footer-nav h4 {
  color: var(--color-white);
  font-size: 1.0rem;
  line-height: 2.0rem;
}

.footer-section a {
  line-height: 1.25;
  color: var(--color-petrol-30);
  text-decoration: none;
}

.footer-section a:hover {
	color: var(--color-white);
  	text-decoration: underline;
}


.footer-section hr.footer {
  height: 1px;
  background: var(--color-petrol-70);
}



a.social-share {
  border: none;
  text-decoration: none;

  transition: all 0.2s ease-in-out;
  transform: scale(1);

  display: inline-block;
  width: 24px;
  height: 24px;
}

a:hover.social-share {
  transition: all 0.2s ease-in-out;
  transform: scale(1.4);
  filter: brightness(3);
}



footer .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--color-petrol-30);
}

footer .navbar ul li:hover img {
  filter: invert(100%) brightness(5.5);
}


footer .ot-sdk-show-settings {cursor: pointer; }

footer div#copyright { margin: 0 1em 1em 2em; }